ComponentOne ASP.NET MVC Controls
ItemFormatter Property (FlexGridBase<T>)

C1.Web.Mvc Namespace > FlexGridBase<T> Class : ItemFormatter Property
Gets or sets a formatter function used to customize cells on this grid.
Syntax
'Declaration
 
<JsonConverterAttribute(ConverterType=C1.JsonNet.Converters.FunctionConverter, ConverterParameters=)>
Public Overridable Property ItemFormatter As String
[JsonConverter(ConverterType=C1.JsonNet.Converters.FunctionConverter, ConverterParameters=)]
public virtual string ItemFormatter {get; set;}
Remarks
The formatter function can add any content to any cell. It provides complete flexibility over the appearance and behavior of grid cells.
See Also

Reference

FlexGridBase<T> Class
FlexGridBase<T> Members